CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux 多线程

搜索资源列表

  1. linux 串口多线程程序(驱动gsm modem可参考)

    3下载:
  2. linux 串口多线程程序,改名为 .c 文件,直接编译即可.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-04-20
    • 文件大小:4950
    • 提供者:544746174
  1. 实例50-多线程telnet服务

    0下载:
  2. 多线程登陆TELNET要求服务,可以体现LINUX的风格,体现多线程的优点-multithreading landing TELNET services requested can be manifested LINUX style embodies the advantages of multi-threading
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:211915
    • 提供者:lxy
  1. Chapter_5_Linux_Applications

    0下载:
  2. 周立功Magic2410实验箱光盘源码 第5章Linux应用程序编写 5.1 HelloWorld程序实验 5.2 Linux定时器实验 5.3多进程实验 5.4多线程实验 5.5文件和目录操作实验 5.6 UDP实验 5.7 TCP实验 5.8 Webserver实验 -Experimental boxes Magic2410 weeks Ligong Chapter 5 CD-ROM source Linux application procedure
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-28
    • 文件大小:78119
    • 提供者:yc
  1. clientServer_linux_multithread

    0下载:
  2. Linux下server与client的通信实现。Server支持多线程。附有makefile可供编译。Linux下调试通过。-Under Linux the server and client communication. Server support for multi-threaded. A makefile for compiling. The adoption of Linux under the debugger.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:10896
    • 提供者:joe
  1. linux_serial_thread_process_network

    0下载:
  2. linux串口、多线程、进程、网络相关内容,教学型代码及课件-linux serial port, multi-threaded, process, network-related content, teaching-based code and courseware
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:974156
    • 提供者:daiyuanhui
  1. unpv13e

    0下载:
  2. 详细说明:Linux下采用C语言开发的聊天程序,使用类似vi的操作界面,服务器端采用多线程技术,每线程服务一个客户端,客户端采用双进程,一个进程负责网络I/O,一个进程负责用户交互。-Linux development using C language chat, the use vi similar to the user interface, server multi-threading technology, every threaded a client services, client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:629410
    • 提供者:chenim
  1. PServer4

    0下载:
  2. linux下实现的通信的程序,此为Dserver服务端。主要用多线程实现的。为公司内部资料。-linux communications under the procedures
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:20882
    • 提供者:chenzhuo
  1. ipc_demo

    0下载:
  2. linux ipc经典问题生产者与消费者问题及几个简短多线程编程代码-linux ipc classical problem about consumer and the pruducer and some easy pthread codes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:10293
    • 提供者:赵新宇
  1. ch11(pthread)

    0下载:
  2. linux线程及多线程操作的一些相关实例源代码 很详细 希望能够有助于大家学习-linux thread and multi-threaded operation of some relevant examples of the source code very much hope that can help them to learn more
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:3453
    • 提供者:韩佳楠
  1. unixsocket

    0下载:
  2. linux/unix下网络编程以及多线程和多进程的处理-linux/unix network programming, as well as under the multi-thread and multi-process handling
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-06
    • 文件大小:44287362
    • 提供者:今天
  1. pthread

    0下载:
  2. 多线程 编写源代码 经典实例 Linux C下实现-Classic example of the preparation of multi-threaded Linux C
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1086
    • 提供者:zpf
  1. client

    0下载:
  2. linux下的FTP服务器代码示例,支持多线程。-FTP server under linux sample code to support multi-threading.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:3286
    • 提供者:Jin
  1. libserial-0.5.2.tar

    0下载:
  2. Linux 串口多线程程序,封装的不错,适用嵌入式系统-Linux serial multi-threaded process, package, good for embedded systems
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:353754
    • 提供者:prince
  1. Linux_thread

    0下载:
  2. linux操作系统下的多线程编程开发文档,对于liunx的学习和开发人员有很好的指导作用-linux operating system developed under the multi-threaded programming documents, for liunx learning and developers have a good guide
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:1262020
    • 提供者:方德
  1. thread

    0下载:
  2. linux下的多线程编程的例子,希望对初学多线程的人有所帮助-multithreaded programming under linux example, many beginners want to help people thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:2486
    • 提供者:赵七
  1. linux_thread_scanner

    0下载:
  2. linux下的多线程扫描器,适合初学者参考。-multi-threaded scanner under linux for beginners reference.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:7138
    • 提供者:Fay
  1. string

    0下载:
  2. 多线程编程入门实例 本人第一次上传;linux操作系统多线程编程-string program code
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:571676
    • 提供者:朱圣诞
  1. server_c_Linux

    0下载:
  2. linux 下服务器多线程程序。同时实现与多个客户端程序通信-Write multi-threading server application with linux. The same time to achieve multi-client communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:3152
    • 提供者:yang_yinxia
  1. LINUX-experiment-senior-article-qt

    0下载:
  2. 本书详尽的介绍了在linux环境在的QT使用,介绍了软件的安装规范,不同版本的比较,介绍了QT的基本编程:信号和槽机制,QT的多线程,Qt网络编程,以及QT常用工具:Qt设计器,Tmake,Qvfb等得详细介绍。-This book describes in detail the QT in linux environment The use, the software installation specifications, comparison of different versions,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:584105
    • 提供者:chenshushu
  1. linux线程

    0下载:
  2. linux线程的实验报告,基于linux编写了多线程通信,以及等待延时10秒,若无数据将发送timeout(Linux thread experimental report, based on Linux written multi-threaded communication, and wait for 10 seconds delay, if no data will send timeout)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-24
    • 文件大小:63488
    • 提供者:喵了Ge咪
« 1 2 34 5 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com